home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-10-29 | 729 b | 25 lines | [TEXT/CWIE] |
- // File "sample drag.h" -
-
- #ifndef ____SAMPLE_DRAG_HEADER____
- #define ____SAMPLE_DRAG_HEADER____
-
- #ifndef __DRAG__
- #include <Drag.h>
- #endif __DRAG__
-
- // * ****************************************************************************** *
- // * ****************************************************************************** *
- // Function Prototypes
-
- void SetupDragHandlers(WindowPtr win);
- short SampleWindowDrag(EventRecord *theEvent, WindowPtr win);
-
- pascal OSErr SampleTrackingHandler(DragTrackingMessage message, WindowPtr win,
- long homeA5, DragReference dragRef);
- pascal OSErr SampleReceiveHandler(WindowPtr win, long homeA5, DragReference dragRef);
-
- RgnHandle NewDragRgn(WindowPtr win);
-
- #endif ____SAMPLE_DRAG_HEADER____
-
-